Q3ViewerGetView
You can use theQ3ViewerGetView
function to get the view object associated with a viewer object.
TQ3ViewObject Q3ViewerGetView (TQ3ViewerObject theViewer);
theViewer
- A viewer object.
DESCRIPTION
TheQ3ViewerGetView
function returns, as its function result, the view object currently associated with the viewer specified by thetheViewer
parameter.